From: Stefan Monnier Date: Thu, 8 Apr 2004 22:16:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23314 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3bdd4d6c1087d985ab9e60351e6b1405b0bcff8e;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9fe783b9d0..fd15aaf2004 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-04-08 Stefan Monnier + + * progmodes/compile.el (compilation-mode-font-lock-keywords): + Redo one more thing that I didn't notice Daniel had undone. + 2004-04-08 Nick Roberts * progmodes/gdb-ui.el (gdb-source-window): Remove variable @@ -87,6 +92,19 @@ * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs to C source files specially. +2004-04-07 Stefan Monnier + + * progmodes/compile.el: Require CL. + (compilation-mode-font-lock-keywords): Re-install the "line as + function" patch. + + * help-fns.el (help-C-source-directory): New var. + (help-subr-name, help-C-file-name, help-find-C-source): New funs. + (describe-function-1, describe-variable): Use them. + + * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs + to C source files specially. + 2004-04-07 Jan Nieuwenhuizen * info.el (Info-hide-cookies-node): New function.